home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / os2tools / bnklysrc / video.h < prev    next >
Text File  |  1989-01-01  |  5KB  |  122 lines

  1. /*--------------------------------------------------------------------------*/
  2. /*                                                                          */
  3. /*                                                                          */
  4. /*      ------------         Bit-Bucket Software <no-Inc>                   */
  5. /*      \ 10001101 /         Writers and Distributors of                    */
  6. /*       \ 011110 /          No-Cost<no-tm> Software.                       */
  7. /*        \ 1011 /                                                          */
  8. /*         ------                                                           */
  9. /*                                                                          */
  10. /*  Copyright (C) 1987, 1988, 1989 by Robert Hartman and Vincent Perriello  */
  11. /*                                                                          */
  12. /*                                                                          */
  13. /*    IBM PC Line Drawing character definitions used in BinkleyTerm 2.10    */
  14. /*                                                                          */
  15. /*                                                                          */
  16. /*    For complete  details  of the licensing restrictions, please refer    */
  17. /*    to the License  agreement,  which  is published in its entirety in    */
  18. /*    the MAKEFILE and BT.C, and also contained in the file LICENSE.210.    */
  19. /*                                                                          */
  20. /*    USE  OF THIS FILE IS SUBJECT TO THE  RESTRICTIONS CONTAINED IN THE    */
  21. /*    BINKLEYTERM  LICENSING  AGREEMENT.  IF YOU DO NOT FIND THE TEXT OF    */
  22. /*    THIS  AGREEMENT IN ANY OF THE  AFOREMENTIONED FILES,  OR IF YOU DO    */
  23. /*    NOT HAVE THESE FILES,  YOU SHOULD  IMMEDIATELY CONTACT THE AUTHORS    */
  24. /*    AT THE  ADDRESSES LISTED BELOW.  IN NO EVENT SHOULD YOU PROCEED TO    */
  25. /*    USE   THIS  FILE  WITHOUT  HAVING   ACCEPTED  THE  TERMS  OF   THE    */
  26. /*    BINKLEYTERM  LICENSING AGREEMENT,  OR SUCH OTHER  AGREEMENT AS YOU    */
  27. /*    ARE ABLE TO REACH WITH THE AUTHORS.                                   */
  28. /*                                                                          */
  29. /*                                                                          */
  30. /*    The Authors can be reached at the following addresses:                */
  31. /*                                                                          */
  32. /*    Robert C. Hartman                      Vincent E. Perriello           */
  33. /*    Spark Software                         VEP Software                   */
  34. /*    427-3 Amherst Street                   111 Carroll Street             */
  35. /*    CS2032, Suite 232                      Naugatuck, CT 06770            */
  36. /*    Nashua, NH 03061                                                      */
  37. /*                                                                          */
  38. /*    FidoNet 1:132/101                      FidoNet 1:141/491              */
  39. /*    Data    (603) 888-8179                 Data    (203) 729-7569         */
  40. /*                                                                          */
  41. /*    Please feel free to contact us at any time to share your comments     */
  42. /*    about our software and/or licensing policies.                         */
  43. /*                                                                          */
  44. /*--------------------------------------------------------------------------*/
  45.  
  46.  
  47. /* $Header: VIDEO.H 0.1 88/04/01 03:13:10 Bob Exp $ */
  48.  
  49. /*
  50.  * $Log:    VIDEO.H $
  51.  * Revision 0.1  88/04/01  03:13:10  Bob
  52.  * Initial check-in
  53.  * 
  54.  */
  55.  
  56. /* single line boxes */
  57. #define VBAR1  179
  58. #define VLINE  179
  59. #define HBAR1  196
  60. #define HLINE  196
  61. #define ULC11  218
  62. #define URC11  191
  63. #define LLC11  192
  64. #define LRC11  217
  65. #define TL11   195
  66. #define TR11   180
  67. #define TT11   194
  68. #define TB11   193
  69. #define X11    197
  70.  
  71. /* double line boxes */
  72. #define VBAR2  186
  73. #define HBAR2  205
  74. #define ULC22  201
  75. #define URC22  187
  76. #define LLC22  200
  77. #define LRC22  188
  78. #define TL22   204
  79. #define TR22   185
  80. #define TT22   203
  81. #define TB22   202
  82. #define X22    206
  83.  
  84. /* single line horizontal and double line vertical boxes */
  85. #define ULC12  214
  86. #define URC12  183
  87. #define LLC12  211
  88. #define LRC12  189
  89. #define TL12   199
  90. #define TR12   182
  91. #define TT12   210
  92. #define TB12   208
  93. #define X12    215
  94.  
  95. /* double line horizontal and single line vertical boxes */
  96. #define ULC21  213
  97. #define URC21  184
  98. #define LLC21  212
  99. #define LRC21  190
  100. #define TL21   198
  101. #define TR21   181
  102. #define TT21   209
  103. #define TB21   207
  104. #define X21    216
  105.  
  106. /* full and partial blocks */
  107. #define BLOCK  219
  108. #define VBAR   219
  109. #define VBARL  221
  110. #define VBARR  222
  111. #define HBART  223
  112. #define HBARB  220
  113.  
  114. /* special graphic symbols */
  115. #define BLANK  32
  116. #define DIAMOND   4
  117. #define UPARROW   24
  118. #define DOWNARROW 25
  119. #define RIGHTARROW   26
  120. #define LEFTARROW 27
  121. #define SLASH  47
  122.